home *** CD-ROM | disk | FTP | other *** search
/ CompuServe CD 296W / CompuServe 296W.iso / csdemo / csdemo.exe / csdemo.DXR / 00008.ls < prev    next >
Encoding:
Text File  |  1995-09-14  |  299 b   |  16 lines

  1. on mouseDown
  2.   set the castNum of sprite 8 to 262
  3.   updateStage()
  4.   startTimer()
  5.   repeat while the timer < 30
  6.     nothing()
  7.   end repeat
  8.   go("installScreen")
  9.   repeat with x = 7 to 9
  10.     puppetSprite(x, 0)
  11.   end repeat
  12.   repeat with x = 7 to 9
  13.     set the cursor of sprite x to 0
  14.   end repeat
  15. end
  16.